home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / System7 tools / Frontier / Frontier SDK 2.1 / Toolkits / Applet Toolkit / appletstrings.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-11  |  956 b   |  51 lines  |  [TEXT/KAHL]

  1. /*© Copyright 1988-1992 UserLand Software, Inc.  All Rights Reserved.*/
  2.  
  3.  
  4. #define stringsinclude
  5.  
  6.  
  7. #ifndef appletdefsinclude
  8.  
  9.     #include "appletdefs.h"
  10.     
  11. #endif
  12.  
  13.  
  14. void copystring (void *, void *);
  15.  
  16. boolean pushstring (bigstring, bigstring);
  17.  
  18. boolean pushspace (bigstring);
  19.  
  20. void pushlong (long, bigstring);
  21.  
  22. void pushint (short, bigstring);
  23.  
  24. void allupper (bigstring);
  25.  
  26. void alllower (bigstring);
  27.  
  28. boolean stringlessthan (bigstring, bigstring);
  29.  
  30. void midstring (bigstring, short, short, bigstring);
  31.  
  32. boolean pushchar (byte, bigstring);
  33.  
  34. boolean scanstring (byte, bigstring, short *);
  35.  
  36. boolean deletestring (bigstring, short, short);
  37.  
  38. boolean firstword (bigstring, char, bigstring);
  39.  
  40. boolean lastword (bigstring, char, bigstring);
  41.  
  42. boolean equalstrings (bigstring, bigstring);
  43.  
  44. boolean unicaseequalstrings (bigstring, bigstring);
  45.  
  46. short patternmatch (bigstring, bigstring);
  47.  
  48. void filledstring (char, short, bigstring);
  49.  
  50. boolean insertchar (char, bigstring);
  51.